home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000282_dm_v_2000@yahoo.com_Tue May 4 16:03:57 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!news.glorb.com!postnews1.google.com!not-for-mail
  2. From: dm_v_2000@yahoo.com (Peter V.)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: ?Off Limits: Directory
  5. Date: 4 May 2004 12:51:57 -0700
  6. Organization: http://groups.google.com
  7. Lines: 30
  8. Message-ID: <3f9c05b0.0405041151.6ace19e5@posting.google.com>
  9. References: <3f9c05b0.0405031242.226d2cdf@posting.google.com> <slrnc9dc1d.kdj.fdc@sesame.cc.columbia.edu>
  10. NNTP-Posting-Host: 141.155.203.100
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1083700317 1579 127.0.0.1 (4 May 2004 19:51:57 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Tue, 4 May 2004 19:51:57 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15000
  17.  
  18. Frank,
  19.  
  20.   Thank you.  I now make sure to set locus (either remote or local)
  21. and am able to change the CWD.  I commented out the set root. Once
  22. again Many thanks!
  23.  
  24. Peter
  25.  
  26. Frank da Cruz <fdc@columbia.edu> wrote in message news:<slrnc9dc1d.kdj.fdc@sesame.cc.columbia.edu>...
  27. > On 2004-05-03, Peter V. <dm_v_2000@yahoo.com> wrote:
  28. > : When I try to do any Local Change Directory commands  (LCD or LCWD,
  29. > : or even a cd) in my C-Kermit 8.0.211 I get the following "?Off limits"
  30. > : error
  31. > :
  32. > : C-Kermit 8.0.211, 10 Apr 2004, for Solaris 9
  33. > :  Copyright (C) 1985, 2004,
  34. > :   Trustees of Columbia University in the City of New York.
  35. > : Type ? or HELP for help.
  36. > : (/u/rdps/pav/openssl/openssl/certs/) C-Kermit>lcd /appl
  37. > : ?Off limits: "/appl"
  38. > : (/u/rdps/pav/openssl/openssl/certs/) C-Kermit>
  39. > :
  40. > : I've checked the permission on my UNIX machine and the directory
  41. > : allows access to owner, group and other.
  42. > :
  43. > This happens after a SET ROOT command (or CHROOT, same thing) has been
  44. > given, and you attempt to access a directory outside of the tree rooted
  45. > at the given place.
  46. > - Frank